Request
curl --location 'https://openapi.gs-robot.com/openapi/v3/robots/maps/list' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"robotSn": "TEST00-0000-000-B088"
}'
Version requirement: This API is supported only on AIO software version 1.6 and later.
Response
{
"code": 0,
"data": [
{
"createTimestamp": 1760328396004,
"displayName": "Factory 1F",
"mapId": "5901d5a7-9ad1-11f0-bfdd-77e34558f45d",
"mapVersionId": "665e1753-9ad1-11f0-bfdd-27950dec2d2e",
"robotMapUuid": "140bbb83-fe48-4282-be25-c48252b9c660",
"robotSn": "TEST00-0000-000-B088",
"updateTimestamp": 1760328396004
}
],
"msg": "success"
}